Deenition 1 given a Graph G = ( V E ) and a Subset S of V , the Cut (s) Induced
نویسندگان
چکیده
1 Minimum Cuts In this lecture we will describe an algorithm that computes the minimum cut (or simply mincut) in an undirected graph. A c u t is deened as follows. by S is the subset of edges (ii j) 2 E such that jfii jg \ Sj = 1. That is, (S) consists of all those edges with exactly one endpoint in S. Given an undirected graph G = (V E) and for each edge e 2 E a nonnegative cost (or capacity) c e , the cost of a cut (S), is the sum of the costs of the edges in the cut, that is X c((S)) = c e : e2(S) The minimum cut problem (or mincut problem) is to nd a cut of minimum cost. If all costs are 1 then the problem becomes the problem of nding a cut with as few edges as possible. Cuts are often deened in a diierent, not completely equivalent, way. Deene a cutset to b e a set of edges whose removal disconnects the graph into at least two connected components. Minimal cutsets (a minimal cutset C is a cutset such that any proper subset of C is not anymore a cutset) can be seen to correspond to cuts (S) for which the subgraphs induced by S and V ; S are connected. Observe that only minimal cutsets can be of minimum cost (among all cutsets) a n d t h a t o n l y c u t s (S) for which both S and V ; S induce connected components can b e of minimum cost (among all cuts) since the costs are assumed to be nonnegative. For this reason, the problem of nding a cutset of minimum cost is equivalent to the problem of nding a cut (S) of minimum cost, namely the mincut problem. From now o n , w e will only look at cuts (S) (and not cutsets). An important variant of the mincut problem is often considered. This is the problem of nding the minimum cost cut separating two given two vertices s and t. A cut (S) is said to separate s and t if only one of them belongs to S. We refer to this problem as the minimum (ss t)-cut problem. The minimum (ss t)-cut problem has been traditionally solved by means of network ow algorithms. Indeed it …
منابع مشابه
On exponential domination and graph operations
An exponential dominating set of graph $G = (V,E )$ is a subset $Ssubseteq V(G)$ such that $sum_{uin S}(1/2)^{overline{d}{(u,v)-1}}geq 1$ for every vertex $v$ in $V(G)-S$, where $overline{d}(u,v)$ is the distance between vertices $u in S$ and $v in V(G)-S$ in the graph $G -(S-{u})$. The exponential domination number, $gamma_{e}(G)$, is the smallest cardinality of an exponential dominating set....
متن کاملOn Open Packing Number of Graphs
In a graph G = (V,E), a subset $S⊂V$ is said to be an open packing set if no two vertices of S have a common neighbour in G. The maximum cardinality of an open packing set is called the open packing number and is denoted by $ρ^{o}$. This paper further studies on this parameter by obtaining some new bounds.
متن کاملMixed Roman domination and 2-independence in trees
Let $G=(V, E)$ be a simple graph with vertex set $V$ and edge set $E$. A {em mixed Roman dominating function} (MRDF) of $G$ is a function $f:Vcup Erightarrow {0,1,2}$ satisfying the condition that every element $xin Vcup E$ for which $f(x)=0$ is adjacentor incident to at least one element $yin Vcup E$ for which $f(y)=2$. The weight of anMRDF $f$ is $sum _{xin Vcup E} f(x)$. The mi...
متن کاملGlobal Forcing Number for Maximal Matchings under Graph Operations
Let $S= \{e_1,\,e_2, \ldots,\,e_m\}$ be an ordered subset of edges of a connected graph $G$. The edge $S$-representation of an edge set $M\subseteq E(G)$ with respect to $S$ is the vector $r_e(M|S) = (d_1,\,d_2,\ldots,\,d_m)$, where $d_i=1$ if $e_i\in M$ and $d_i=0$ otherwise, for each $i\in\{1,\ldots , k\}$. We say $S$ is a global forcing set for maximal matchings of $G$ if $...
متن کاملThe Steiner diameter of a graph
The Steiner distance of a graph, introduced by Chartrand, Oellermann, Tian and Zou in 1989, is a natural generalization of the concept of classical graph distance. For a connected graph $G$ of order at least $2$ and $Ssubseteq V(G)$, the Steiner distance $d(S)$ among the vertices of $S$ is the minimum size among all connected subgraphs whose vertex sets contain $S$. Let $...
متن کامل